home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / shell / xd-2.08 / xd-2 / xd / configure.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-30  |  219 b   |  10 lines

  1. #ifndef _configure_h_
  2. #define _configure_h_
  3.  
  4. //  edit XD_CONF_PATH to suit your taste. It contains the name where your
  5. //  xd.conf file is stored. Start the path by a /
  6.  
  7. #define XD_CONF_PATH "/.conf/xd/xd.conf"
  8.  
  9. #endif
  10.